home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / macberon.sit / MacOberon 2.4(0) / Ed.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1992-01-15  |  595 b   |  22 lines

  1. Syntax10.Scn.Fnt
  2. Ed.Open ^
  3. Ed.LocateLine 25
  4. Ed.Replace
  5. Ed.ReplaceAll
  6. Ed.Search
  7. Ed.SearchDiff    {compare last two selections}
  8. Ed.Match          {find matching )}] in expression, select opening bracket}
  9. Ed.Store
  10. Ed.StoreTEXT    {Store as TEXT file}
  11. ------------------------
  12. Extension of Edit which supports
  13.     Auto-Indentation
  14.     Indentation of Selection {select, then use cursor keys}
  15.     Cursor Keys
  16.     Search and Replace
  17.     File Comparison
  18.     Export to text file
  19. An exclamation mark in a viewer's title bar indicates that
  20. the viewer's contents have not been saved to a file since
  21. the last change.
  22.